.heading {
    background-color: #7C9D40;
}
.login-option-row {
    background-color: white;
}
/*.status-badge-conditioned{
background-color: red;
}*/

/*.status-badge-danger{
background-color: black;
}
.status-badge-warning{
background-color: orange;
}
.status-badge-success{
background-color: red;
}*/



/* status icon footer test */

.fa.fa-started:before{
    color: #FF5EC1;
}


.fa.fa-approved:before{
    color: #1CFFCD;
}

.fa.fa-taken-up:before {
    color: #A17FFF;
}

/* test the validated field configuration */
/*.field-status-validated {
      border-color: #0000FF !important; 
      background-color: #F0F8FF !important;
} */

label.required:after,
.card-data-label.required:after {
    color: #DC143C;
    content: "*";
    font-weight: 900;
    font-size: 16px;
}

/* Recent comments to show only 3 lines per table rows */
.pos-quotation-comments-panel .trq-table-cell-with-wrap {
    display: inline-block;
    max-height: 5em;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
    overflow: hidden;
}


/*
/* Dashboard Template Panel */

/* Icon background */
/*
.list.quotation-template-list .list-item .item-icon-badge {
    background-color: #a23fa0;
    color: rgba(255, 255, 255, 0.5);
}*/

/* Financial product */
/*
element.style {
    color: deeppink;
}*/
/*
.ui-dropdown.dropdown-v2 .ui-dropdown-panel .ui-dropdown-item-divider{
background-color: #a23fa0;
border: black;
border-top-width:2px;
}
*/
/*#supportTool_earlyTerminationQuote i.fa-calculator:before {
  content: "\f1b9";
}
*/

/* hide application documents tab */

#tabs-tab-applicationTab {
    opacity: 100;
}

//change the icon of withdrawn
<span class="glyphicons pause statusWITHDRAWN">
  <i></i>
</span>
